body {
  color: #40514E;
  margin: 0;
  text-align: center;
  font-family: 'Merriweather', serif;
}

a {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
  margin: 10px 20px;
  text-decoration: none;
}

a:hover {
  color: #EAF6F6;
}

h1 {
  font-size: 5.625rem;
  color: #EAF6F6;
  margin: 50 auto 0;
  font-family: 'Sacramento', cursive;
}

h2 {
  font-size: 2.5rem;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  color: #66BFBF;
  padding-bottom: 10px;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  color: #11999E;
}

hr {
  border-style: none;
  border-top-style: dotted;
  border-width: 6px;
  border-color: #EAF6F6;
  width: 8%;
  margin: 75px auto;
}

p {
  line-height: 1.7;
}

.top-container {
  padding-top: 61px;
  position: relative;
  background: rgb(39,123,192);
  background: linear-gradient(180deg, rgba(39,123,192,1) 43%, rgba(255,203,66,1) 100%);
}

.middle-container {
  background-color: #FFCB42;
  padding-bottom: 60px;
}

.bottom-container {
  background-color: #277BC0;
  padding-top: 50px;
}

.top-cloud {
  position: absolute;
  right: 150px;
  top: 25px;
}

.bottom-cloud {
  position: absolute;
  left: 150px;
  bottom: 200px;
}

.subtext {
  color: #EAF6F6;
}

.intro {
  width: 30%;
  margin: auto;
}

.contact-message {
  width: 32%;
  margin: 40px auto 60px;
}

.copyright-info {
  padding: 20px 0;
  margin: auto auto 0;
  color: #EAF6F6;
  font-size: 0.75rem;
}

.footer-link {
  color: #66BFBF;
}

.skill-row {
  text-align: left;
  width: 50%;
  margin: 100px auto 100px auto;
}

.profile {
  padding-top: 100px;
}

.video {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.python {
  width: 25%;
  float: left;
  margin-right: 30px;
}

.teacher {
  width: 25%;
  float: right;
  margin-left: 30px;
}

.btn {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 20px;
  background: #277BC0;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-bottom: 50px;
}

.btn:hover {
  background: #277BC0;
  background-image: -webkit-linear-gradient(top, #277BC0, #FFCB42);
  background-image: -moz-linear-gradient(top, #277BC0, #FFCB42);
  background-image: -ms-linear-gradient(top, #277BC0, #FFCB42);
  background-image: -o-linear-gradient(top, #277BC0, #FFCB42);
  background-image: linear-gradient(to bottom, #277BC0, #FFCB42);
  text-decoration: none;
}
